Skip to content

kie-issues#2119: Port CI and release pipeline changes for 10.1.0 back to main branch#1284

Open
porcelli wants to merge 2 commits intoapache:mainfrom
porcelli:kie-issues#2119
Open

kie-issues#2119: Port CI and release pipeline changes for 10.1.0 back to main branch#1284
porcelli wants to merge 2 commits intoapache:mainfrom
porcelli:kie-issues#2119

Conversation

@porcelli
Copy link
Copy Markdown
Member

@porcelli porcelli commented Sep 28, 2025

@tiagobento tiagobento changed the title Port CI and release pipeline changes for 10.1.0 back to main branch kie-issues#2119: Port CI and release pipeline changes for 10.1.0 back to main branch Oct 13, 2025
Comment on lines -26 to -28

# Check Python packages
pip3 install cekit==4.11.0 docker==7.0.0 docker-squash==1.2.0 ruamel.yaml==0.18.5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we removing the check?

Comment on lines -65 to -82
# Build Kogito Images
cd incubator-kie-kogito-images || exit 1
cekit --descriptor kogito-base-builder-image.yaml build docker --platform linux/amd64

local images=(
"kogito-data-index-ephemeral"
"kogito-data-index-postgresql"
"kogito-jit-runner"
"kogito-jobs-service-allinone"
"kogito-jobs-service-ephemeral"
"kogito-jobs-service-postgresql"
)

for image in "${images[@]}"; do
make build-image KOGITO_APPS_TARGET_BRANCH=main ignore_test=true image_name="$image"
done
cd ..

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we handling these in a different place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants